From b1c005dff2ffdf1a9346593f1913159d36186bd1 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 1 Mar 2015 11:09:40 -0800 Subject: [PATCH] Update tar dependency Fixes a bug reported in alexcrichton/flate2-rs#15 where the header wasn't being properly read. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7183efecf..6e572b306 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17,7 +17,7 @@ dependencies = [ "registry 0.1.0", "rustc-serialize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "semver 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", - "tar 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tar 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "term 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", "threadpool 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", @@ -251,7 +251,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "tar" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] -- 2.30.2